parseArrayMeshData

fun ObjMeshDataParser.parseArrayMeshData(inputStream: InputStream): ArrayMeshData

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ input.


fun ObjMeshDataParser.parseArrayMeshData(file: File): ArrayMeshData

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ file.